Description
A Page element specified a specific page to use from an image file.
Type
Diagram
Overview
|
|
Name optional xsd:NCName
The Name attribute gives this page a name that can be used in the table of contents or the initial page name.
|
|
PageNumber required xsd:positiveInteger
The page number to use from the image file. If this page is outside the range of pages in the image file, this page will be added as an error page.
|
|
ThumbnailBitmap optional xsd:base64Binary
Reserved.
|
|
AnnotationFileURL optional xsd:anyURI
This annotation file will be used by the image page. This URL must be for a file and not a server!
|
|
AnnotationServerURL optional xsd:anyURI
This annotation server will be used for this page.
|
|
ImageSettingsName optional xsd:NCName
This named entry in the image settings list will be used for this page.
|
|
PageSettingsName optional xsd:NCName
This named entry in the page settings list will be used for this page.
|
|
PrintSettingsName optional xsd:NCName
This named entry in the print settings list will be used for this page.
|
|
Source
<xsd:element name="Page" type="pagetype" maxOccurs="unbounded" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<xsd:annotation>
<xsd:documentation>A Page element specified a specific page to use from an image file.</xsd:documentation>
</xsd:annotation>
</xsd:element>
|
See Also